Package | kbv.basis |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=kbv.basis@1.6.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Pain_Scale_Score |
Url | https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Pain_Scale_Score |
Version | 1.6.0 |
Status | active |
Name | KBV_PR_Base_Observation_Pain_Scale_Score |
Experimental | False |
Description | Dieses Profil bildet einen Score für einen Schmerz anhand einer Skala ab. |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device | KBV_PR_Base_Device |
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization | KBV_PR_Base_Organization |
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient | KBV_PR_Base_Patient |
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner | KBV_PR_Base_Practitioner |
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_RelatedPerson | KBV_PR_Base_RelatedPerson |
https://fhir.kbv.de/ValueSet/KBV_VS_Base_Pain_Scale_SNOMED_CT | Schmerzskala SNOMED CT® |
{
"resourceType" : "StructureDefinition",
"id" : "KBV-PR-Base-Observation-Pain-Scale-Score",
"url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Pain_Scale_Score",
"version" : "1.6.0",
"name" : "KBV_PR_Base_Observation_Pain_Scale_Score",
"status" : "active",
"description" : "Dieses Profil bildet einen Score für einen Schmerz anhand einer Skala ab.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"short" : "Pain-Scale-Score",
"definition" : "Dieses Element beschreibt Bewertung eines Schmerzes als Score bzw. auf einer Skala."
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird eine grobe Einordnung/Klassifizierung der Schmerzskala anhand eines entsprechenden Codes angegeben.",
"min" : 1
},
{
"id" : "Observation.category:survey",
"path" : "Observation.category",
"sliceName" : "survey",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "survey",
"system" : "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"definition" : "Hier wird die Bewertung des Schmerzes als Score anhand einer Skala anhand eines entsprechenden Codes oder alternativ mit einem Freitext angegeben."
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.code.coding:snomed",
"path" : "Observation.code.coding",
"sliceName" : "snomed",
"min" : 0,
"max" : "*",
"binding" : {
"strength" : "extensible",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Pain_Scale_SNOMED_CT"
}
},
{
"id" : "Observation.code.coding:snomed.system",
"path" : "Observation.code.coding.system",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.version",
"path" : "Observation.code.coding.version",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.display",
"path" : "Observation.code.coding.display",
"min" : 1
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/Location",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device|1.6.0"
]
}
]
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"definition" : "Hier wird der Zeitpunkt angegeben an dem der Schmerzscore erfasst wurde.",
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird das Ergebnis entweder als Punktwert oder Code angegeben.",
"type" : [
{
"code" : "Quantity"
},
{
"code" : "CodeableConcept"
}
]
},
{
"id" : "Observation.value[x]:valueQuantity",
"path" : "Observation.value[x]",
"sliceName" : "valueQuantity",
"definition" : "Hier wird das Ergebnis als Punktwert angegeben.",
"comment" : "Der Code (Element code) wird hier fest auf die UCUM-DefaultmaÃeinheit '1' gesetzt und für den Anzeigenamen (Element unit) kann der gewünschte Display-Wert (âPunktwertâ oder âPunkteâ) gesetzt werden.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Quantity"
}
],
"patternQuantity" : {
"code" : "1",
"system" : "http://unitsofmeasure.org"
}
},
{
"id" : "Observation.value[x]:valueQuantity.value",
"path" : "Observation.value[x].value",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.unit",
"path" : "Observation.value[x].unit",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.system",
"path" : "Observation.value[x].system",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.code",
"path" : "Observation.value[x].code",
"min" : 1
},
{
"id" : "Observation.value[x]:valueCodeableConcept",
"path" : "Observation.value[x]",
"sliceName" : "valueCodeableConcept",
"definition" : "Hier wird das Ergebnis als Code angegeben.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "CodeableConcept"
}
]
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding",
"path" : "Observation.value[x].coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"definition" : "Hier wird eine medizinisch relevante Bewertung zum Ergebnis angegeben. Die Interpretation kann als Code und/oder Text vorliegen."
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"definition" : "Hier können ergänzende freitextliche Kommentare und Notizen vorgenommen werden, die nicht durch die strukturierten Datenelemente erfassbar sind."
},
{
"id" : "Observation.note.author[x]",
"path" : "Observation.note.author[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird die Person angegeben, die die Notiz erstellt hat."
},
{
"id" : "Observation.note.author[x]:authorReference",
"path" : "Observation.note.author[x]",
"sliceName" : "authorReference",
"definition" : "Hier wird die Person, die die Notiz erstellt hat, referenziert.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Organization",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_RelatedPerson|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.6.0"
]
}
]
},
{
"id" : "Observation.note.author[x]:authorString",
"path" : "Observation.note.author[x]",
"sliceName" : "authorString",
"definition" : "Hier wird die Person, die die Notiz erstellt hat, referenziert.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "Observation.note.time",
"path" : "Observation.note.time",
"definition" : "Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde."
},
{
"id" : "Observation.note.text",
"path" : "Observation.note.text",
"definition" : "Hier wird der eigentliche Text der Notiz eingetragen."
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"definition" : "Hier wird die Methode, die zur Erhebung verwendet wurde, anhand eines entsprechenden Codes oder alternativ mit einem Freitext angegeben."
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"definition" : "Hier wird der Wertebereich definiert."
},
{
"id" : "Observation.referenceRange.low.system",
"path" : "Observation.referenceRange.low.system",
"patternUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.referenceRange.high.system",
"path" : "Observation.referenceRange.high.system",
"patternUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"definition" : "Hier können Komponenten angegeben werden aus dem sich der Score zusammensetzt. Diese Komponenten werden immer als Teil einer einzigen Beobachtung behandelt und sind nicht von dieser Beobachtung trennbar."
},
{
"id" : "Observation.component.code",
"path" : "Observation.component.code",
"definition" : "Hier wird angegeben, was bei der Komponente gemessen/beobachtet wird."
},
{
"id" : "Observation.component.value[x]",
"path" : "Observation.component.value[x]",
"definition" : "Hier wird der entsprechende Wert bzw. das Ergebnis der Komponente definierten Beobachtung angegeben."
},
{
"id" : "Observation.component.interpretation",
"path" : "Observation.component.interpretation",
"definition" : "Hier wird eine medizinisch relevante Bewertung zum Ergebnis angegeben. Die Interpretation kann als Code und/oder Text vorliegen."
},
{
"id" : "Observation.component.referenceRange",
"path" : "Observation.component.referenceRange",
"definition" : "Hier wird der Wertebereich definiert."
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.